projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f70b06
)
(jdb): Fix regexp for comint-prompt-regexp.
author
Andreas Schwab
<schwab@suse.de>
Fri, 12 Feb 1999 10:38:47 +0000
(10:38 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 12 Feb 1999 10:38:47 +0000
(10:38 +0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index 501d19ebea2c41630a13174481b298fb7919d3ec..c03129d4ad62448bc9f770426971dfd3e02c10b9 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-1887,7
+1887,7
@@
between it and it's value."
(gud-def gud-next "next" "\C-n" "Step one line (skip functions).")
(gud-def gud-cont "cont" "\C-r" "Continue with display.")
- (setq comint-prompt-regexp "^> \
|^.+\[[0-9]+
\] ")
+ (setq comint-prompt-regexp "^> \
\|^.+\\[[0-9]+\
\] ")
(setq paragraph-start comint-prompt-regexp)
(run-hooks 'jdb-mode-hook)